This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
The official URL for this profile is:
http://hl7.org/fhir/StructureDefinition/hspc-logicalassert
The HSPC specific observation profile for logical assertions, these are observations where the value is a logical conclusion from a process.
This profile was published on Mon, Jul 27, 2015 00:00+1000 as a draft by HSPC.
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Observation.
Summary
Mandatory: 1 element
Fixed Value: 1 element
Prohibited: 12 elements
Extensions
This structure refers to these extensions:
This structure is derived from Observation.
todo
This structure is derived from Observation.
Summary
Mandatory: 1 element
Fixed Value: 1 element
Prohibited: 12 elements
Extensions
This structure refers to these extensions:
Differential View
This structure is derived from Observation.
Snapshot View
XML Template
JSON Template
todo
Other representations of profile: Schematron
Path | Name | Conformance | ValueSet |
Observation.language | ?ext | required | http://tools.ietf.org/html/bcp47 |
Observation.modifierExtension [UriType[http://hl7.org/fhir/StructureDefinition/hspc-extensionsfocalSubject]] | HSPC FocalSubject | preferred | HSPC FocalSubject |
Observation.modifierExtension [UriType[http://hl7.org/fhir/StructureDefinition/hspc-extensionslikelihood]] | HSPC Likelihood Value Set | preferred | HSPC Likelihood Value Set |
Observation.status | ObservationStatus | required | ObservationStatus |
Observation.category | Observation Category Codes | example | Observation Category Codes |
Observation.code | LOINC Codes | example | LOINC Codes |
Observation.value[x] | HSPC Logical Assertion Value Set | preferred | HSPC Logical Assertion Value Set |
Observation.bodySite | SNOMED CT Body Structures | example | SNOMED CT Body Structures |
Observation.referenceRange.meaning | Observation Reference Range Meaning Codes | example | Observation Reference Range Meaning Codes |
Observation.related.type | ObservationRelationshipType | required | ObservationRelationshipType |
Observation.component.code | LOINC Codes | example | LOINC Codes |
Observation.component.dataAbsentReason | Observation Value Absent Reason | extensible | Observation Value Absent Reason |
Id | Path | Details | Requirements |
obs-6 | Observation | dataAbsentReason SHALL only be present if Observation.value[x] is not present XPath: not(exists(f:dataAbsentReason)) or (not(exists(*[starts-with(local-name(.), 'value')]))) | |
obs-7 | Observation | Component code SHALL not be same as observation code XPath: not(exists(f:component/f:code)) or count(for $coding in f:code/f:coding return parent::*/f:component/f:code/f:coding[f:code/@value=$coding/f:code/@value and f:system/@value=$coding/f:system/@value])=0 |